home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Utilities / File / NewFile2 / Source / Help.h < prev    next >
Encoding:
Text File  |  1992-11-12  |  356 b   |  24 lines

  1.  
  2. /* Generated by Interface Builder */
  3.  
  4. /*
  5.     --------------------------------------------------------
  6. Support for help files.
  7.     --------------------------------------------------------
  8. */
  9. #import <objc/Object.h>
  10.  
  11. @interface Help:Object
  12. {
  13.     id    browser;
  14.     id    panel;
  15.     id    scrollingview;
  16.     id    text;
  17.     id    appDelegate;
  18. }
  19.  
  20. // Bring up the interface.
  21. - show:sender;
  22.  
  23. @end
  24.